home *** CD-ROM | disk | FTP | other *** search
- MenuItem(SubProgramName);
-
- Enters the macro name into the macro menu
-
- ClrMenu;
-
- Clears all current menu items from the macro menu bar
-
- Run(SubProgramName);
-
- Receives a name to a existing subprogram and executes it
-
-